﻿@font-face {
	font-family: "icon-font";
	src: url('../font/icon-font.eot');
	src: url('../font/icon-font.eot?#iefix') format('eot'), url('../font/icon-font.woff') format('woff'), url('../font/icon-font.ttf') format('truetype'), url('../font/icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

body {
	padding-top: 4.4rem;
}

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	padding-left: 10px;
	line-height: 4.4rem;
	background: #26201C;
	color: #A69A94;
}

header h1 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 4.4rem;
}

header h1:before {
	content: "\E004";
	margin-right: 8px;
}

.nav-button,
.nav-close {
	position: fixed;
	top: 0;
	width: 100%;
	height: 4.4rem;
	overflow: hidden;
	z-index: 99999;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	background: #349555;
	color: #fff;
}
.nav-button:hover,
.nav-close:hover {
	color: #fff;
	text-decoration:none;
	}
.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	/*right: 1rem;*/
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
	 
	line-height: 2.4rem;
	
	color: #00978f;
	margin-right:0px;
	 
}

.nav ul {
 
	background: #fff;
}

.nav ul ul {
	background: #fff;
}

.nav ul ul ul {
	background: #fff;
}

.nav ul ul ul ul {
	background: #fff;
}

.nav ul ul ul ul ul {
	background: #fff;
}

.nav li {
	border-top: 1px solid #fff;
	cursor: pointer;
}

.nav li:hover > a,
.nav li.nav-active > a {
	background-color:#ebebeb;
	color:#349555;
	border-bottom: 2px solid #EBEBEB;

}

.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	border-bottom:2px solid #fff;
	 position:relative;
	padding: 6px 15px 6px;
	color: #575858;
	font-family:"trebuchet ms",Verdana, Geneva, sans-serif;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	font-size:16px;
}
.nav  a:after {
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	border-left: 11px solid #fff;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 10px;
    margin-left: -21px;
    width: 0; 
    height: 0;
}
 .nav-submenu a:after{
	 
}
.nav-submenu a:hover:after{
	display:none !important;
}
/*.nav a:hover:after{
	border-bottom: 11px solid transparent;
    border-left: 11px solid #eb7603;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 0px;
    margin-left: -21px;
    width: 0; 
    height: 0;

}*/
.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 14px !important;
	bottom: 26px;
	content: "\E005";
}
.nav-submenu ul li{
	border:0px;
	 
	
}
.nav-submenu ul li a ,.nav-submenu ul li  a:active,
.nav-submenu ul li  a:visited{
	color:#575858;
	background-color:#fff;
	height:36px; 
	border:0px;
	border-right:4px solid #fff;
	margin-right:0px;
	font-size:14px;
}
.nav-submenu ul li a:hover{
	color:#e5512a;
	border:0px;
	padding-top:auto;
	background-color:#ebebeb;
	border-right:4px solid #349555;
	font-size:14px;
}
 
@media only screen and (min-width: 960px) {

body {
	padding: 0 !important;
}


header {
	position: relative;
}

header h1:before {
	content: "\E001";
}

.nav-button {
	display: none;
}

.nav {
	padding: 0 !important;
}

.nav div > ul.main-list > li {
	border-top: none;
}
.nav div > ul.main-list > li{
	width:16%;
	text-align:center
}
.nav li > ul {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav ul ul ul {
	border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
	border-top: none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
}

.nav .nav-submenu > ul {
	margin: 0;
	min-width:186px;
}

.nav > ul > .nav-submenu > a:after {
	content: "\E005";
}
/*
.nav .nav-submenu > a:after {
	content: "\E006";
}
*/
}

